home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
Better AD security
/
Source
/
bADs Constants.h
< prev
next >
Wrap
Text File
|
1996-06-21
|
830b
|
28 lines
/* NAME:
bADs Constants.h
WRITTEN BY:
Dair Grant,
Avi Drissman
DESCRIPTION:
Header file for shared constants.
___________________________________________________________________________
*/
#ifndef __IS_CONSTANTS__
#define __IS_CONSTANTS__
//=============================================================================
// Defines
//-----------------------------------------------------------------------------
#define kNewSysError 1 // Index into theCodeResources
#define kbADsAddressTable 'bADs' // Address table selector
#define kSysErrorResType 'Code' // Resource type of patch
#define kSysErrorResID 128 // Resource id of patch
#define kSysErrorTrap 0xA9C9 // Trap number of SysError
#define kForceQuit 0x4E22 // Force quit option
#endif